home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Bonus.dir / 00045.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  284 b   |  11 lines

  1. on exitFrame
  2.   global chica
  3.   puppetSprite(9, 1)
  4.   puppetSprite(10, 1)
  5.   set the castNum of sprite 9 to the number of member chica
  6.   set the castNum of sprite 10 to the number of member ("texto" & chica)
  7.   repeat with x = 9 to 12
  8.     set the visible of sprite x to 1
  9.   end repeat
  10. end
  11.